
/* Input groups (pickup/drop-off/date) */
.custom-input {
  display: flex;
  align-items: center;
  border: 1px solid #ff990085;
  border-radius: 8px;
  background: transparent;
  padding: 8px 12px;
  margin-bottom: 12px;
  transition: all 0.2s ease;
  width: 80%;

}

.input-icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #ffffff;
  min-width: 100px;
}

/* Option / checkboxes */
.option-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eb89096b;
  border-radius: 8px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.281);
  cursor: pointer;
  transition: all 0.2s ease;
}

.option-item:hover {

  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.option-price {
  color: #00ff0d;
  font-size: 0.9rem;
  margin-right: 12px;
}

.option-checkbox {
  width: 100px;
  height: 20px;

  accent-color: #ff5e00d3;
}

.option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 12px;
  background: transparent;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
/* Left: quantity buttons */
.quantity-selector {
  display: flex;
  align-items: center;
}

.qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ff8800;
  background: transparent;
  color: #ff8800;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.qty-btn:hover {
  background: #ff7300;
  color: #fff;
}

.qty-input {
  width: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 0 5px;
  font-size: 16px;
  background-color: transparent;
  color: #ffffff;
}


/* 📱 Mobile Responsive Part */
/* ========================= */

@media (max-width: 768px) {

  .option-item {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-bottom: 10px;
  }

  .option-content {
    order: 1;
  }

  .quantity-selector {
    order: 2;
  }

  .option-price {
    order: 3;
    text-align: center;
  }
 .text-block {
    width: 70%;          /* 70% of column on desktop/tablet */
    margin: 0 auto;      /* centers the text */
    line-height: 1.5;    /* better readability */
}

.text-block p {
    margin-top: 15px;
}

.text-block-mobile {
    width: 90%;          /* almost full width on mobile */
    text-align: center;  /* centered for small screens */
    margin: 0 auto;
    line-height: 1.4;
    text-decoration: ltr;
}


/* Hide text initially */
.carousel-caption {
    opacity: 0; /* hidden */
    transform: translateY(20px); /* slightly move down for effect */
    animation: fadeInText 1s ease forwards;
    animation-delay: 1s; /* delay before it appears */
}

/* Keyframes for fade-in animation */
@keyframes fadeInText {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
}



/* Contact Section */
.contact-section {
    padding: 5rem 0;
}

/* 3D Contact Form */
.contact-form-3d {
    background: #ffffff;
    border-radius: 70px 0 70px 0; /* top-left, top-right, bottom-right, bottom-left */
    padding: 2rem;
    box-shadow: 
        0 10px 30px rgba(248, 100, 2, 0.2),  /* colored glow */
        0 6px 20px rgba(0,0,0,0.15);          /* soft black shadow */
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.contact-form-3d h2 {
    font-size: 1.8rem;
    color: #333;
}

.contact-form-3d .form-floating input,
.contact-form-3d .form-floating textarea {
    padding: 1rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    background-color: #f1f0ef65;
}

/* Button Style */
.contact-form-3d .btn-primary {
    background-color: #441b00b9;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 60px;
}

.contact-form-3d .btn-primary:hover {
    background-color: #fc8f00;
}

/* Map Styles */
.map-container iframe {
    width: 100%;
    height: 100%;
    min-height: 550px;
    border: 0;
    border-radius: 70px 0px 70px 0px;
    border: rgb(255, 102, 0) 2px solid;
}

/* Responsive */
@media (max-width: 992px) {
    .contact-form-3d, .map-container {
        width: 100%;
    }
    .map-container iframe {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .contact-form-3d {
        margin-bottom: 2rem;
        width: 100%;
    }
    .contact-form-3d input{
        width: 100%;
        height: 40px;

    }
}


/* Carousel layout */
.header-carousel-page1 .carousel-caption .row {
    display: flex;
    align-items: center;
}

/* Form section */
.form-in-slider-page1 {
    display: flex;
    justify-content: flex-start;
}

/* Text section */
.carousel-caption .text-start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* Improve title look */
.carousel-caption h1 {
    font-size: 42px;
    font-weight: 700;
}

/* spacing between form and text */
.carousel-caption .col-lg-6:first-child {
    padding-right: 40px;
}
.collapse button{
    background-color: #333;
}






/* Form container inside slider */
.form-in-slider-page1 .bg-secondary{
    background: #00000015 !important;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

/* Title */
.form-in-slider-page1 h4{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}

/* Select and Inputs */
.form-in-slider-page1 .form-select,
.form-in-slider-page1 .form-control{
    height: 48px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background-color: transparent;
    border: #ffffff solid 1px;
    color: #ffffff;
}

.form-in-slider-page1 .form-select:focus,
.form-in-slider-page1 .form-control:focus{
    box-shadow: 0 0 0 2px rgba(255,255,255,0.6);
    background-color: #494949;
    color: #ffffff;
}
.input-group .d-flex {
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255);
}
.input-group  .form-control{
    color: #ffffff;
}
/* Input group icon area */
.form-in-slider-page1 .input-group .bg-light{
    border-radius: 10px 0 0 10px;
    font-size: 14px;
}
/* Pick Up & Drop Off placeholder color */
input[aria-label="Pick Up"]::placeholder,
input[aria-label="Drop Off"]::placeholder {
    color: #ffffff;  /* change to any color you like */
    opacity: 1;       /* ensures full visibility */
    font-style: italic; /* optional: make it italic */
}

/* Optional: change text color when typing */
input[aria-label="Pick Up"],
input[aria-label="Drop Off"] {
    color: #ffffff;  /* text color */
}
/* Options (extras) */
.option-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Option content */
.option-content{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

/* Price */
.option-price{
    font-size: 13px;
    font-weight: 600;
    color: #f86402;
}

/* Quantity selector */
.quantity-selector{
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Quantity input */
.qty-input{
    width: 40px;
    text-align: center;
    border: none;
    background: #f5f5f5;
    border-radius: 6px;
    font-size: 14px;
}

/* Quantity buttons */
.qty-btn{
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 6px;
    background: #f86402;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.qty-btn:hover{
    background: #d95300;
}

/* Submit button */
.form-in-slider-page1 .btn{
    background: #ffffff;
    color: #f86402;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.3s;
}

.form-in-slider-page1 .btn:hover{
    background: #000;
    color: #fff;
}

/* Responsive (phone) */
@media (max-width: 768px){

.form-in-slider-page1 .bg-secondary{
    padding: 25px;
}

.option-item{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.quantity-selector{
    margin-bottom: 5px;
}

}

/* Options (extras) */
.option-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0e030350;
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Option content */
.option-content{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

/* Price */
.option-price{
    font-size: 13px;
    font-weight: 600;
    color: #02f80e;
}

/* Quantity selector */
.quantity-selector{
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Quantity input */
.qty-input{
    width: 40px;
    text-align: center;
    border: none;
    background: #0f08008a;
    border-radius: 6px;
    font-size: 14px;
}

/* Quantity buttons */
.qty-btn{
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 6px;
    background: #f86402;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.qty-btn:hover{
    background: #ff620098;
}

/* Submit button */
.form-in-slider-page1 .btn{
    background: #141111f3;
    color: #f86402;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.3s;
}

.form-in-slider-page1 .btn:hover{
    background: #f0620f;
    color: #fff;
}

/* Responsive (phone) */
@media (max-width: 768px){

.form-in-slider-page1 .bg-secondary{
    padding: 25px;
}

.option-item{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.quantity-selector{
    margin-bottom: 5px;
}

}


/*phone*/

/* MOBILE RESERVATION FORM */
@media (max-width: 991px) {

.container.d-lg-none {
    padding: 0px;
    padding: 0px;
    width: 100%;
}

/* Form card */
.container.d-lg-none .bg-secondary {
   background-image: 
      linear-gradient(rgba(19, 1, 43, 0.315), rgba(255, 126, 5, 0.61)), /* dark overlay */
      url('../imgs/slider-phone.png'); /* replace with your image path */
    background-size: cover;      
    background-position: center; 
    background-repeat: no-repeat;
    color: #ffffff;                 
    padding-left: 12px;    

}

/* Title */
.container.d-lg-none h4 {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
   
}
.container.d-lg-none .input-group .d-flex {
/* shrink width of icon + label */
    padding: 4px 6px; /* smaller padding */
    font-size: 10px; /* smaller text */
    width: 100%;
    height: 20px;
   
  }
.container.d-lg-none .input-group .d-flex span{
color: #ffffff8c;
}
  /* Input fills remaining space */
  .container.d-lg-none .input-group .form-control {
    flex: 1;
    font-size: 14px;
    /* optional: adjust text size */
  }

  /* Icon size smaller */
  .container.d-lg-none .input-group .d-flex .fas {
    font-size: 14px; /* smaller icon */
  }
/* Inputs */

.container.d-lg-none .form-control{
 height: 50px;
    border-radius: 10px 10px 10px 10px;
    border: none;
    font-size: 12px;
    padding-left: 1px;
    color: #ffffff;
    background-color: #5d5d5f21;
    border: 1px solid rgba(255, 255, 255, 0.281);

}
.container.d-lg-none .form-select {
    height: 50px;
    border-radius: 10px 0px 10px 0px;
    border: none;
    font-size: 12px;
    padding-left: 1px;
    color: #ffffff;
    background-color: #08041350;
    width: 90%;

}

/* Input group icon area */
.container.d-lg-none .input-group .bg-light {
    border-radius: 10px 0 0 10px;
    font-size: 13px;
    font-weight: 600;
}
 .container.d-lg-none .form-control::placeholder {
    text-align: center;
    color: #ffffff; /* optional: placeholder color */
    opacity: 1;     /* make it fully visible */
  }
/* OPTIONS DESIGN */
.option-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.295);
    border-radius: 12px;
    margin-bottom: 10px;
    font-size: 14px;
    max-height: 20%;
}

/* option icon + text */
.option-content {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

/* price */
.option-price {
    font-size: 13px;
    color: #666;
}

/* quantity buttons */
.quantity-selector {
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    width: 80%;
    height: 50px;
    border: 1px solid #000000;
}

.qty-btn {
    background: #fd5f04;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 16px;
    cursor: pointer;
}

.qty-input {
    width: 100%;
    text-align: center;
    border: none;
    font-size: 14px;
    background-color: #0000004d;
    color: #ffffff;
}
.option-price{
    font-size: 13px;
    font-weight: 600;
    color: #02f80e;
}
/* button */
.container.d-lg-none .btn {
    height: 50px;
    font-weight: 700;
    border-radius: 12px;
    font-size: 16px;
    background-color: #2c2c2c;
    color: #ffffff;
}
.btn {
    background-color: #f864029f;
    color: #ffffff;
}
}